home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(31, 1)
- set the memberNum of sprite 31 to the number of member "SUBSCRIBE ON"
- updateStage()
- end
-
- on mouseUp
- global rootpath
- SetReturn()
- set the memberNum of sprite 31 to the number of member "SUBSCRIBE OFF"
- updateStage()
- puppetSprite(31, 0)
- set the timeoutScript to EMPTY
- SetReturn()
- go("subscribe", "TOC.dir")
- end
-